PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / setDefaultCell Method
A cell object that serves as model for cells created by createCell method.
In This Topic
    setDefaultCell Method
    In This Topic
    Sets the default cell model.
    Syntax
    public void setDefaultCell( 
       PDFFlowTableCell value
    )

    Parameters

    value
    A cell object that serves as model for cells created by createCell method.
    See Also